home *** CD-ROM | disk | FTP | other *** search
/ Express Pd: GALORE / Express Pd Galore - The Amiga PD & Shareware CD (1994)(Express Pd)[!][Amiga-CD32-CDTV].iso / productivity / science / algorhythms / source / scales.h < prev    next >
Text File  |  1988-10-05  |  185b  |  4 lines

  1. /*automusicscales.h*/
  2. /* for AlgoRhythms.c by Thomas E. Janzen */
  3. int InstallScale(const int Select, int scale[]);
  4. void TransposeScale(const int transpose, int *scale, const int range);